O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

Suppose list1 = [0.5 * x for x in range(0, 4)], list1 is:

मान लीजिए list1 = [0.5 * x for x in range(0, 4)], list1 है:

Write Answer

Explanation